home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / ezvote50.zip / EZVOTE.CFG < prev    next >
Text File  |  1994-07-23  |  15KB  |  332 lines

  1. ; EZVOTE.CFG - EZVote configuration file.
  2. ;
  3. ; This configuration file can be used to customize EZVote for use on your
  4. ; system.
  5. ;
  6. ; Any text following a semi-colon (;), and blank lines, are ignored.
  7. ;
  8. ;------------------------------------------------------------------------------
  9. ;
  10. ; View questions before voting. This setting allows the user to view the
  11. ; results of voting on a question before having voted on the question themself.
  12. ; Set to Yes to enable viewing of unanswered questions, or No to disable
  13. ; viewing of such questions.
  14. ;
  15. ViewUnanswered   No
  16. ;
  17. ;------------------------------------------------------------------------------
  18. ;
  19. ; Allow addition of questions. This setting determines whether or not the users
  20. ; should be permitted to add their own questions. Set to Yes to allow users
  21. ; to add their own responses, or No to prevent users from adding their own
  22. ; responses.
  23. ;
  24. AllowAdd         Yes
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  BBS system directory. Indicates where the door information file (drop file)
  29. ;  can be found. Remove the semi-colon (;) to activate this option.
  30. ;
  31. ;BBSDir    C:\BBS
  32. ;
  33. ;------------------------------------------------------------------------------
  34. ;
  35. ;  The door's working directory. This is where the door's system files are
  36. ;  located. Remove the semi-colon (;) to activate this option.
  37. ;
  38. ;DoorDir    C:\BBS\EZVOTE
  39. ;
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ;  Local mode override. Forces door to always operate in local test mode.
  43. ;  Remove the semi-colon (;) to activate this option. When this mode is
  44. ;  activated, no door information file is required and default settings are
  45. ;  used for the user's name, location, etc.
  46. ;
  47. ;LocalMode
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Door personality setting. This setting selects one of a number of sysop
  52. ;  interface personalities. Each personality setting emulates the status line
  53. ;  format and sysop function keys of a particular BBS package. Valid
  54. ;  personality settings are:
  55. ;
  56. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  57. ;                     PCBoard
  58. ;                     RemoteAccess
  59. ;                     Wildcat
  60. ;
  61. Personality    Standard
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;
  65. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  66. ;  door should record log information. To disable the log file altogether,
  67. ;  remove the semi-colon (;) from the "DisableLogging" line.
  68. ;
  69. LogFileName    EZVOTE.LOG
  70. ;DisableLogging
  71. ;
  72. ;------------------------------------------------------------------------------
  73. ;
  74. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  75. ;  to determine the node number by some other means.
  76. ;
  77. Node    1
  78. ;
  79. ;------------------------------------------------------------------------------
  80. ;
  81. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  82. ;  time, up until, but not including, the end time. Times should be in 24-hour
  83. ;  format. To disable paging on a particular day, set the paging start and end
  84. ;  times to the same time.
  85. ;
  86. ;                      Start Time    End Time
  87. SundayPagingHours         9:00        22:00
  88. MondayPagingHours         8:30        22:00
  89. TuesdayPagingHours        8:30        22:00
  90. WednesdayPagingHours      8:30        22:00
  91. ThursdayPagingHours       8:30        22:00
  92. FridayPagingHours         8:30        22:00
  93. SaturdayPagingHours       9:00        22:00
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  98. ;  sysop page alarm.
  99. ;
  100. PageDuration    10
  101. ;
  102. ;------------------------------------------------------------------------------
  103. ;
  104. ;  Maximum length of time a user is permitted to access the door. If the user's
  105. ;  total remaining time on the BBS is less than this value, the user will only
  106. ;  be permitted to access the door for this shorter length of time. This option
  107. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  108. ;  When this option is disabled, the user will be permitted to use the full
  109. ;  of their remaining time on the BBS within the door.
  110. ;
  111. ;MaximumDoorTime    15
  112. ;
  113. ;------------------------------------------------------------------------------
  114. ;
  115. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  116. ;  without the user pressing any key, before the user will be automatically
  117. ;  disconnected. A value of 0 disables inactivity timeouts.
  118. ;
  119. InactivityTimeout    200
  120. ;
  121. ;------------------------------------------------------------------------------
  122. ;
  123. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  124. ;  information passed to the door by the BBS. However, some BBS software does
  125. ;  not supply this information to doors. In such cases, if the sysop's name is
  126. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  127. ;  activate this option.
  128. ;
  129. ;SysopName    The Sysop
  130. ;
  131. ;------------------------------------------------------------------------------
  132. ;
  133. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  134. ;  the information passed to the door by the BBS. However, some BBS software
  135. ;  does not supply this information to door programs. In such cases, if the
  136. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  137. ;  semi-colon (;) to activate this option.
  138. ;
  139. ;SystemName    Unnamed BBS
  140. ;
  141. ;------------------------------------------------------------------------------
  142. ;
  143. ;  Door colour options. These options specify the various text colours that
  144. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  145. ;  Colours are specified in the format:
  146. ;
  147. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  148. ;
  149. ;  Where foreground and background colours are one of:
  150. ;
  151. ;         Black
  152. ;         Blue
  153. ;         Green
  154. ;         Cyan
  155. ;         Red
  156. ;         Magenta
  157. ;         Yellow / Brown
  158. ;         White / Grey
  159. ;
  160. ;  Note that some of these options (such as those that pertain to files
  161. ;  listings) are not used for all doors.
  162. ;
  163. ChatUserColour               Bright white on black
  164. ChatSysopColour              Bright red on black
  165. FileListTitleColour          Bright yellow on black
  166. FileListNameColour           Bright yellow on black
  167. FileListSizeColour           Bright magenta on black
  168. FileListDescriptionColour    Cyan on black
  169. FileListOfflineColour        Bright red on black
  170. PagePromptColour             Bright white on black
  171. PopupMenuTitleColour         Bright white on grey
  172. PopupMenuBorderColour        Black on grey
  173. PopupMenuTextColour          Black on grey
  174. PopupMenuKeyColour           Red on grey
  175. PopupMenuHighlightColour     Grey on black
  176. PopupMenuHighKeyColour       Red on black
  177. ;
  178. ;------------------------------------------------------------------------------
  179. ;
  180. ;  Memory swapping options. These options are generally not needed, but can be
  181. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  182. ;  to specify which directory or directories should be used for swapping.
  183. ;  Multiple directory paths can be seperated using a semi-colon.
  184. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  185. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  186. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  187. ;
  188. ;SwappingDir    C:\
  189. ;SwappingNoEMS
  190. ;SwappingDisable
  191. ;
  192. ;------------------------------------------------------------------------------
  193. ;
  194. ;  Serial port options. These options are generally not needed, as these
  195. ;  settings can usually be determined from the BBS door information file.
  196. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  197. ;  with the modem. "SerialPort" specifies the port port number that the modem
  198. ;  is connected to. Unless you have reassigned the port numbers through your
  199. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  200. ;  so on. Remove the semi-colon (;) to activate either of these options.
  201. ;
  202. ;LockedBPS    38400
  203. ;SerialPort    0
  204. ;
  205. ;
  206. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  207. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  208. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  209. ;  the door to always communicate directly with the modem, bypassing any
  210. ;  FOSSIL driver.
  211. ;
  212. ;NoFossil
  213. ;
  214. ;------------------------------------------------------------------------------
  215. ;
  216. ;  The following options only apply if a FOSSIL driver is NOT being used for
  217. ;  serial communications. If a FOSSIL driver IS being used, these options
  218. ;  are normally set on the FOSSIL driver command line.
  219. ;
  220. ;  Hexidecimal address of the serial port. This address can usually be
  221. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  222. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  223. ;  (;) to activate this option.
  224. ;
  225. ;PortAddress 2F8
  226. ;
  227. ;
  228. ;  Interrupt request line that the serial port is using. May be any IRQ line
  229. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  230. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  231. ;  to activate this option.
  232. ;
  233. ;PortIRQ 4
  234. ;
  235. ;
  236. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  237. ;  the serial I/O receive buffer. You may want to increase this buffer size
  238. ;  if you find that characters being sent from the user's modem are being lost.
  239. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  240. ;  buffer. You may want to increase this buffer size for improved performance
  241. ;  in some multitasking environments.
  242. ;
  243. ReceiveBuffer 256
  244. TransmitBuffer 1024
  245. ;
  246. ;
  247. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  248. ;  if they are available. You can prevent OpenDoors from using the FIFO
  249. ;  buffers, even if they are available, by removing the semi-colon before
  250. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  251. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  252. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  253. ;  bytes.
  254. ;
  255. ;NoFIFO
  256. FIFOTriggerSize 4
  257. ;
  258. ;------------------------------------------------------------------------------
  259. ;
  260. ;  Custom door information file support. OpenDoors automatically recognizes
  261. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  262. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  263. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  264. ;  format file, you may define a custom door information file format. A custom
  265. ;  door information file format is defined using the "CustomFileName" command,
  266. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  267. ;
  268. ;  The "CustomFileName" option specifies the filename used to distinguish this
  269. ;  file format from other file formats. This filename should not include a
  270. ;  path. To specify the path where the door information file is located, use
  271. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  272. ;  custom format is the same as that of one of the built-in formats, the custom
  273. ;  format will override the built-in format.
  274. ;
  275. ;  The actual format of the custom file is specified using a number of lines
  276. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  277. ;  correspond to a single line in the door information file, with the option
  278. ;  following the "CustomFileLine" keyword specifying the information that can
  279. ;  be found on that line. This can be one of the following keywords:
  280. ;
  281. ;                    Ignore - Causes the next line in the door information
  282. ;                             file to be ignored. Use on lines for which none
  283. ;                             of the options below apply.
  284. ;                   ComPort - COM? port the modem is connected to
  285. ;                             (0 indicates local mode)
  286. ;                FossilPort - Fossil port number the modem is connected to
  287. ;                  ModemBPS - BPS rate at which to communicate with modem
  288. ;                             (0 or non-numerical value indicates local mode)
  289. ;                 LocalMode - 1, T or Y if door is operating in local mode
  290. ;                  UserName - Full name of the user
  291. ;             UserFirstName - First name(s) of the user
  292. ;              UserLastName - Last name of the user
  293. ;                     Alias - The user's psuedonym / handle
  294. ;                 HoursLeft - Hours user has left online
  295. ;               MinutesLeft - Minutes user has left online, or time left online
  296. ;                             in format hh:mm
  297. ;               SecondsLeft - Seconds user has left online, or time left online
  298. ;                             in format hh:mm:ss or format mm:ss
  299. ;                             (If more than one of the above time options are
  300. ;                             used, the user time left is taken to be the total
  301. ;                             of all of these values.)
  302. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  303. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  304. ;                       RIP - 1, T or Y for RIP graphics mode
  305. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  306. ;              ScreenLength - Number of lines on user's screen
  307. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  308. ;                  Security - The user's security level / access level
  309. ;                      City - City the user is calling from
  310. ;                      Node - Node number user is connected to
  311. ;                 SysopName - Full name of the sysop
  312. ;            SysopFirstName - The sysop's first name(s)
  313. ;             SysopLastName - The sysop's last name
  314. ;                SystemName - Name of the BBS
  315. ;
  316. ;
  317. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  318. CustomFileLine    SystemName
  319. CustomFileLine    SysopFirstName
  320. CustomFileLine    SysopLastName
  321. CustomFileLine    ComPort
  322. CustomFileLine    ModemBPS
  323. CustomFileLine    Ignore
  324. CustomFileLine    UserFirstName
  325. CustomFileLine    UserLastName
  326. CustomFileLine    City
  327. CustomFileLine    ANSI
  328. CustomFileLine    Security
  329. CustomFileLine    MinutesLeft
  330. ;
  331. ;------------------------------------------------------------------------------
  332.